home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / network / atre12.zip / LF.ZIP / LFEDIT.H < prev    next >
Text File  |  1991-07-05  |  404b  |  23 lines

  1. /*******************
  2. LFEDIT.h HEADER FILE
  3. ********************/
  4.  
  5. #define IDM_NEW     1
  6. #define IDM_OPEN    2
  7. #define IDM_SAVE    3
  8. #define IDM_SAVEAS  4
  9.  
  10. #define IDM_RUN     5
  11.  
  12. #define IDM_PRINT   6
  13.  
  14. #define IDM_EXIT    7
  15. #define IDM_ABOUT   8
  16.  
  17. #define IDM_UNDO    9
  18. #define IDM_CUT     10
  19. #define IDM_COPY    11
  20. #define IDM_PASTE   12
  21. #define IDM_CLEAR   13
  22. #define IDM_SELALL  14
  23.